home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-03 | 398 b | 22 lines | [TEXT/MPS ] |
- // CWDebug.h
-
- #ifndef __CWDEBUG__
- #define __CWDEBUG__
-
- #if defined(__MWERKS__)
-
- #ifndef __MACAPPTYPES__
- #include "MacAppTypes.h"
- #endif
-
- #define kxUseDefault 0
- #define kxUseSTE 1
- #define kxUseSIOUX 2
- #define TypeOfCWDebugging kxUseDefault
-
- extern void InitCWDebug();
- extern short CWDebugHandleOneEvent(struct EventRecord *userevent);
-
- #endif // defined(__MWERKS__)
- #endif // __CWDEBUG__
-